projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed427e
)
; * test/src/callproc-tests.el: Fix checkdoc errors.
author
Philipp Stephani
<phst@google.com>
Sun, 12 Apr 2020 16:08:04 +0000
(18:08 +0200)
committer
Philipp Stephani
<phst@google.com>
Sun, 12 Apr 2020 16:08:35 +0000
(18:08 +0200)
test/src/callproc-tests.el
patch
|
blob
|
history
diff --git
a/test/src/callproc-tests.el
b/test/src/callproc-tests.el
index 39d2014488a1a9d52ebb7751ab007d94e86a32a6..bf7d47b27f15684bc7878a583ccc09b81060d073 100644
(file)
--- a/
test/src/callproc-tests.el
+++ b/
test/src/callproc-tests.el
@@
-17,6
+17,11
@@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
+;;
+;; Unit tests for src/callproc.c.
+
;;; Code:
(require 'ert)
@@
-60,3
+65,5
@@
(call-process "c:/nul.exe")
(error :got-error))))
(should have-called-debugger)))
+
+;;; callproc-tests.el ends here